home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.util.Evaluator;
- import com.extensibility.xml.AttributeDeclaration;
- import com.extensibility.xml.BaseDeclaration;
-
- class SchemaDoc$7 implements Evaluator {
- // $FF: synthetic field
- final String val$name;
- // $FF: synthetic field
- final AttributeDeclaration.Owner val$owner;
- // $FF: synthetic field
- final SchemaDoc this$0;
-
- public boolean isMatch(Object var1) {
- return ((BaseDeclaration)var1).getName().equals(this.val$name) && this.val$owner == ((AttributeDeclaration)var1).getOwner();
- }
-
- SchemaDoc$7(String var1, AttributeDeclaration.Owner var2, SchemaDoc var3) {
- this.val$name = var1;
- this.val$owner = var2;
- this.this$0 = var3;
- }
- }
-